Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for sprint (0.27 sec)

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

    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`Verbs:` + strings.Replace(fmt.Sprintf("%v", this.Verbs), "Verbs", "Verbs", 1) + `,`,
    		`ShortNames:` + fmt.Sprintf("%v", this.ShortNames) + `,`,
    		`SingularName:` + fmt.Sprintf("%v", this.SingularName) + `,`,
    		`Categories:` + fmt.Sprintf("%v", this.Categories) + `,`,
    		`Group:` + fmt.Sprintf("%v", this.Group) + `,`,
    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/apis/apiextensions/v1beta1/generated.pb.go

    		`Plural:` + fmt.Sprintf("%v", this.Plural) + `,`,
    		`Singular:` + fmt.Sprintf("%v", this.Singular) + `,`,
    		`ShortNames:` + fmt.Sprintf("%v", this.ShortNames) + `,`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`ListKind:` + fmt.Sprintf("%v", this.ListKind) + `,`,
    		`Categories:` + fmt.Sprintf("%v", this.Categories) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceDefinitionSpec) String() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    }
    func (this *IPBlock) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&IPBlock{`,
    		`CIDR:` + fmt.Sprintf("%v", this.CIDR) + `,`,
    		`Except:` + fmt.Sprintf("%v", this.Except) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *Ingress) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&Ingress{`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceConversion) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&CustomResourceConversion{`,
    		`Strategy:` + fmt.Sprintf("%v", this.Strategy) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		`APIGroup:` + fmt.Sprintf("%v", this.APIGroup) + `,`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ResourceFilter) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ResourceFilter{`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    		extraChains := createdChains.Difference(jumpedChains)
    		extraChains.Delete(string(kubeServicesChain), string(kubeExternalServicesChain), string(kubeNodePortsChain), string(kubePostroutingChain), string(kubeForwardChain), string(kubeMarkMasqChain), string(kubeProxyFirewallChain), string(kubeletFirewallChain))
    		if len(extraChains) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  7. pkg/apis/core/validation/validation.go

    }
    
    func GetVolumeMountMap(mounts []core.VolumeMount) map[string]string {
    	volmounts := make(map[string]string)
    
    	for _, mnt := range mounts {
    		volmounts[mnt.Name] = mnt.MountPath
    	}
    
    	return volmounts
    }
    
    func GetVolumeDeviceMap(devices []core.VolumeDevice) map[string]string {
    	volDevices := make(map[string]string)
    
    	for _, dev := range devices {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  8. src/net/http/h2_bundle.go

    	return fmt.Sprintf("duplicate pseudo-header %q", string(e))
    }
    
    type http2headerFieldNameError string
    
    func (e http2headerFieldNameError) Error() string {
    	return fmt.Sprintf("invalid header field name %q", string(e))
    }
    
    type http2headerFieldValueError string
    
    func (e http2headerFieldValueError) Error() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.12.md

    - kubectl: `--use-openapi-print-columns` has been deprecated in favor of `--server-print`, and will be removed in a future version. ([#65601](https://github.com/kubernetes/kubernetes/pull/65601), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "fsType": {
                "description": "fsType is the Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.",
                "type": "string"
              },
              "options": {
                "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top