Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for PROVIDED (0.17 sec)

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

      // If not specified, this field defaults to TCP.
      // +optional
      optional string protocol = 1;
    
      // The port on the given protocol. This can either be a numerical or named
      // port on a pod. If this field is not provided, this matches all port names and
      // numbers.
      // If present, only traffic on the specified protocol AND port will be matched.
      // +optional
      optional k8s.io.apimachinery.pkg.util.intstr.IntOrString port = 2;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1/generated.proto

      // +optional
      optional string protocol = 1;
    
      // port represents the port on the given protocol. This can either be a numerical or named
      // port on a pod. If this field is not provided, this matches all port names and
      // numbers.
      // If present, only traffic on the specified protocol AND port will be matched.
      // +optional
      optional k8s.io.apimachinery.pkg.util.intstr.IntOrString port = 2;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // +optional
      optional bool requiresRepublish = 7;
    
      // seLinuxMount specifies if the CSI driver supports "-o context"
      // mount option.
      //
      // When "true", the CSI driver must ensure that all volumes provided by this CSI
      // driver can be mounted separately with different `-o context` options. This is
      // typical for storage backends that provide volumes as filesystems on block
      // devices or as independent shared volumes.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/policy/v1beta1/generated.proto

    message Eviction {
      // ObjectMeta describes the pod that is being evicted.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // DeleteOptions may be provided
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.DeleteOptions deleteOptions = 2;
    }
    
    // FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

    message ValidatingAdmissionPolicySpec {
      // ParamKind specifies the kind of resources used to parameterize this policy.
      // If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions.
      // If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/storage/v1/generated.proto

      // +optional
      optional bool requiresRepublish = 7;
    
      // seLinuxMount specifies if the CSI driver supports "-o context"
      // mount option.
      //
      // When "true", the CSI driver must ensure that all volumes provided by this CSI
      // driver can be mounted separately with different `-o context` options. This is
      // typical for storage backends that provide volumes as filesystems on block
      // devices or as independent shared volumes.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.7K bytes
    - Viewed (0)
Back to top