Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for SELECT (0.18 sec)

  1. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // budget.
      // A null selector selects no pods.
      // An empty selector ({}) also selects no pods, which differs from standard behavior of selecting all pods.
      // In policy/v1, an empty selector will select all pods in the namespace.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;
    
      // An eviction is allowed if at most "maxUnavailable" pods selected by
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    message ConfigMapEnvSource {
      // The ConfigMap to select from.
      optional LocalObjectReference localObjectReference = 1;
    
      // Specify whether the ConfigMap must be defined
      // +optional
      optional bool optional = 2;
    }
    
    // Selects a key from a ConfigMap.
    // +structType=atomic
    message ConfigMapKeySelector {
      // The ConfigMap to select from.
      optional LocalObjectReference localObjectReference = 1;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/certificates/v1beta1/generated.proto

      //     "kubernetes.io/kubelet-serving".
      //  3. Otherwise, it is assigned "kubernetes.io/legacy-unknown".
      // Distribution of trust for signers happens out of band.
      // You can select on this field using `spec.signerName`.
      // +optional
      optional string signerName = 7;
    
      // expirationSeconds is the requested duration of validity of the issued
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/policy/v1/generated.proto

      // Label query over pods whose evictions are managed by the disruption
      // budget.
      // A null selector will match no pods, while an empty ({}) selector will select
      // all pods within the namespace.
      // +patchStrategy=replace
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 2;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    message NetworkPolicySpec {
      // Selects the pods to which this NetworkPolicy object applies.  The array of ingress rules
      // is applied to any pods selected by this field. Multiple network policies can select the
      // same set of pods.  In this case, the ingress rules for each are combined additively.
      // This field is NOT optional and follows standard label selector semantics.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // May only be shortened.
      // Read-only.
      // +optional
      optional int64 deletionGracePeriodSeconds = 10;
    
      // Map of string keys and values that can be used to organize and categorize
      // (scope and select) objects. May match selectors of replication controllers
      // and services.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels
      // +optional
      map<string, string> labels = 11;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/networking/v1/generated.proto

    message NetworkPolicySpec {
      // podSelector selects the pods to which this NetworkPolicy object applies.
      // The array of ingress rules is applied to any pods selected by this field.
      // Multiple network policies can select the same set of pods. In this case,
      // the ingress rules for each are combined additively.
      // This field is NOT optional and follows standard label selector semantics.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.2K bytes
    - Viewed (0)
Back to top