Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for policy (0.19 sec)

  1. common-protos/k8s.io/api/apps/v1/generated.proto

      optional string whenDeleted = 1;
    
      // WhenScaled specifies what happens to PVCs created from StatefulSet
      // VolumeClaimTemplates when the StatefulSet is scaled down. The default
      // policy of `Retain` causes PVCs to not be affected by a scaledown. The
      // `Delete` policy causes the associated PVCs for any excess pods above
      // the replica count to be deleted.
      optional string whenScaled = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apps/v1beta2/generated.proto

      optional string whenDeleted = 1;
    
      // WhenScaled specifies what happens to PVCs created from StatefulSet
      // VolumeClaimTemplates when the StatefulSet is scaled down. The default
      // policy of `Retain` causes PVCs to not be affected by a scaledown. The
      // `Delete` policy causes the associated PVCs for any excess pods above
      // the replica count to be deleted.
      optional string whenScaled = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 36.4K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ].
      // Likewise, if you want to write a policy that specifies that no egress is allowed,
      // you must specify a policyTypes value that include "Egress" (since such a policy would not include
      // an Egress section and would otherwise default to just [ "Ingress" ]).
    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)
  4. common-protos/k8s.io/api/scheduling/v1beta1/generated.proto

      // description is an arbitrary string that usually provides guidelines on
      // when this priority class should be used.
      // +optional
      optional string description = 4;
    
      // preemptionPolicy is the Policy for preempting pods with lower priority.
      // One of Never, PreemptLowerPriority.
      // Defaults to PreemptLowerPriority if unset.
      // +optional
      optional string preemptionPolicy = 5;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 2.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

      repeated string items = 1;
    }
    
    // LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
    // Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions
    // checking.
    message LocalSubjectAccessReview {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 11.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // The default policy is decided by the existing finalizer set in the
      // metadata.finalizers and the resource-specific default policy.
      // Acceptable values are: 'Orphan' - orphan the dependents; 'Background' -
      // allow the garbage collector to delete the dependents in the background;
      // 'Foreground' - a cascading policy that deletes all dependents in the
      // foreground.
      // +optional
    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/admissionregistration/v1alpha1/generated.proto

      // MatchResources declares what resources match this binding and will be validated by it.
      // Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this.
      // If this is unset, all resources matched by the policy are validated by this binding
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // as pods that have status.conditions item with type="Ready",status="True".
      //
      // Valid policies are IfHealthyBudget and AlwaysAllow.
      // If no policy is specified, the default behavior will be used,
      // which corresponds to the IfHealthyBudget policy.
      //
      // IfHealthyBudget policy means that running pods (status.phase="Running"),
      // but not yet healthy can be evicted only if the guarded application is not
    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)
  9. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      optional MetricValueStatus current = 2;
    }
    
    // HPAScalingPolicy is a single policy which must hold true for a specified past interval.
    message HPAScalingPolicy {
      // type is used to specify the scaling policy.
      optional string type = 1;
    
      // value contains the amount of change which is permitted by the policy.
      // It must be greater than zero
      optional int32 value = 2;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.3K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      optional string whenDeleted = 1;
    
      // whenScaled specifies what happens to PVCs created from StatefulSet
      // VolumeClaimTemplates when the StatefulSet is scaled down. The default
      // policy of `Retain` causes PVCs to not be affected by a scaledown. The
      // `Delete` policy causes the associated PVCs for any excess pods above
      // the replica count to be deleted.
      optional string whenScaled = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24K bytes
    - Viewed (0)
Back to top