Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for George (0.29 sec)

  1. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +patchMergeKey=type
      // +patchStrategy=merge
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    
    // GroupSubject holds detailed information for group-kind subject.
    message GroupSubject {
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // +optional
      optional int32 unavailableReplicas = 5;
    
      // Conditions represent the latest available observations of a deployment's current state.
      // +patchMergeKey=type
      // +patchStrategy=merge
      repeated DeploymentCondition conditions = 6;
    
      // collisionCount is the count of hash collisions for the Deployment. The Deployment controller uses this
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      //      - If failurePolicy=Fail, reject the request
      //      - If failurePolicy=Ignore, the policy is skipped
      //
      // +patchMergeKey=name
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=name
      // +optional
      repeated MatchCondition matchConditions = 6;
    }
    
    // ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      //                   disruptions are provided by the disruptionsAllowed property.
      //
      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=type
      repeated k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 7;
    }
    
    // PodSecurityPolicy governs the ability to make requests that affect the Security Context
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // conditions is the set of conditions required for this autoscaler to scale its target,
      // and indicates whether or not those conditions are met.
      // +patchMergeKey=type
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated HorizontalPodAutoscalerCondition conditions = 6;
    }
    
    // MetricIdentifier defines the name and optionally selector for a metric
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.3K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.
      //
      // +patchMergeKey=name
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=name
      // +featureGate=AdmissionWebhookMatchConditions
      // +optional
      repeated MatchCondition matchConditions = 12;
    }
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 22.6K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // 	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    // 	    // +patchMergeKey=type
    // 	    // +patchStrategy=merge
    // 	    // +listType=map
    // 	    // +listMapKey=type
    // 	    Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
    //
    // 	    // other fields
    // 	}
    message Condition {
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/apps/v1/generated.proto

      // +optional
      optional int32 collisionCount = 9;
    
      // Represents the latest available observations of a DaemonSet's current state.
      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
      repeated DaemonSetCondition conditions = 10;
    }
    
    // DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
    message DaemonSetUpdateStrategy {
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      optional int32 collisionCount = 9;
    
      // Represents the latest available observations of a DaemonSet's current state.
      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
      repeated DaemonSetCondition conditions = 10;
    }
    
    // DaemonSetUpdateStrategy indicates the strategy that the DaemonSet
    // controller will use to perform updates. It includes any additional parameters
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // accessible from the network.
      // Modifying this array with strategic merge patch may corrupt the data.
      // For more information See https://github.com/kubernetes/kubernetes/issues/108255.
      // Cannot be updated.
      // +optional
      // +patchMergeKey=containerPort
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=containerPort
      // +listMapKey=protocol
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top