Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clientCIDR (0.23 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	i -= len(m.ServerAddress)
    	copy(dAtA[i:], m.ServerAddress)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ServerAddress)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.ClientCIDR)
    	copy(dAtA[i:], m.ClientCIDR)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ClientCIDR)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *Status) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"clientCIDR": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The CIDR with which clients can match their IP to figure out the server address that they should use.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top