Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HostAlias (0.42 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go

    // HostAliasApplyConfiguration represents an declarative configuration of the HostAlias type for use
    // with apply.
    type HostAliasApplyConfiguration struct {
    	IP        *string  `json:"ip,omitempty"`
    	Hostnames []string `json:"hostnames,omitempty"`
    }
    
    // HostAliasApplyConfiguration constructs an declarative configuration of the HostAlias type for use with
    // apply.
    func HostAlias() *HostAliasApplyConfiguration {
    	return &HostAliasApplyConfiguration{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/ReadOnlyDependencyCacheWithinContainerTest.groovy

            core.dependsOn(utils)
            [core, utils]
        }
    
        @Override
        def setup() {
            synchronizer = new BlockingHttpServer()
            synchronizer.hostAlias = "host.testcontainers.internal"
            synchronizer.start()
            GradleInContainer.exposeHostPort(synchronizer.port)
        }
    
        @Override
        def cleanup() {
            synchronizer.stop()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top