Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for farm (0.24 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// characters, '-', '_' or '.'. The serialized form of the secret data is a
    	// base64 encoded string, representing the arbitrary (possibly non-string)
    	// data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
    	// +optional
    	Data map[string][]byte `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"`
    
    	// stringData allows specifying non-binary secret data in string form.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// be bound to this pod. When this pod is deleted, the ResourceClaim
    	// will also be deleted. The pod name and resource name, along with a
    	// generated component, will be used to form a unique name for the
    	// ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
    	//
    	// This field is immutable and no changes will be made to the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	return valueSet, allErrs
    }
    
    // ValidateTopologySelectorTerm tests that the specified topology selector term has valid data,
    // and constructs a map representing the term in raw form.
    func ValidateTopologySelectorTerm(term core.TopologySelectorTerm, fldPath *field.Path) (map[string]sets.Set[string], field.ErrorList) {
    	allErrs := field.ErrorList{}
    	exprMap := make(map[string]sets.Set[string])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
    	// The control plane has different scopes depending on component, but can configure default log level across all components
    	// If empty, default scope and level will be used as configured in code
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-66793`](https://youtrack.jetbrains.com/issue/KT-66793) K2: "assigning single elements to varargs in named form is prohibited." caused by varargs supplied from java with elvis operator
    - [`KT-59872`](https://youtrack.jetbrains.com/issue/KT-59872) K2: Disappeared TYPE_MISMATCH
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top