Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for runtimeclass (0.33 sec)

  1. pkg/bootstrap/option/instances.go

    }
    
    func NodeMetadata(meta *model.BootstrapNodeMetadata, rawMeta map[string]any) Instance {
    	return newOptionOrSkipIfZero("meta_json_str", meta).withConvert(nodeMetadataConverter(meta, rawMeta))
    }
    
    func RuntimeFlags(flags map[string]any) Instance {
    	return newOptionOrSkipIfZero("runtime_flags", flags).withConvert(jsonConverter(flags))
    }
    
    func DiscoveryAddress(value string) Instance {
    	return newOption("discovery_address", value)
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    // name for a ResourceClaimTemplate is valid.
    var ValidateResourceClaimTemplateName = apimachineryvalidation.NameIsDNSSubdomain
    
    // ValidateRuntimeClassName can be used to check whether the given RuntimeClass name is valid.
    // Prefix indicates this name will be used as part of generation, in which case
    // trailing dashes are allowed.
    func ValidateRuntimeClassName(name string, fldPath *field.Path) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. pkg/controlplane/instance_test.go

    		discoveryv1beta1.SchemeGroupVersion.WithResource("endpointslices"):                true,
    		eventsv1beta1.SchemeGroupVersion.WithResource("events"):                           true,
    		nodev1beta1.SchemeGroupVersion.WithResource("runtimeclasses"):                     true,
    		policyapiv1beta1.SchemeGroupVersion.WithResource("poddisruptionbudgets"):          true,
    		policyapiv1beta1.SchemeGroupVersion.WithResource("podsecuritypolicies"):           true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top