Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for parameter (0.23 sec)

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

    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    message StatefulSetUpdateStrategy {
      // Type indicates the type of the StatefulSetUpdateStrategy.
      // Default is RollingUpdate.
      // +optional
      optional string type = 1;
    
      // RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
      // +optional
    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

    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    message StatefulSetUpdateStrategy {
      // Type indicates the type of the StatefulSetUpdateStrategy.
      // Default is RollingUpdate.
      // +optional
      optional string type = 1;
    
      // RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
      // +optional
    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

      // +patchStrategy=merge
      repeated DaemonSetCondition conditions = 10;
    }
    
    // DaemonSetUpdateStrategy indicates the strategy that the DaemonSet
    // controller will use to perform updates. It includes any additional parameters
    // necessary to perform the update for the indicated strategy.
    message DaemonSetUpdateStrategy {
      // Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
      // Default is OnDelete.
      // +optional
    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/apimachinery/pkg/apis/meta/v1/generated.proto

      // The continue option should be set when retrieving more results from the server. Since this value is
      // server defined, clients may only use the continue value from a previous query result with identical
      // query parameters (except for the value of continue) and the server may reject a continue value it
      // does not recognize. If the specified continue value is no longer valid whether due to expiration
    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)
  5. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // provisioner indicates the type of the provisioner.
      optional string provisioner = 2;
    
      // parameters holds the parameters for the provisioner that should
      // create volumes of this storage class.
      // +optional
      map<string, string> parameters = 3;
    
      // reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class.
      // Defaults to Delete.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // Required.
      optional string apiVersion = 1;
    
      // Kind is the API kind the resources belong to.
      // Required.
      optional string kind = 2;
    }
    
    // ParamRef references a parameter resource
    // +structType=atomic
    message ParamRef {
      // Name of the resource being referenced.
      optional string name = 1;
    
      // Namespace of the referenced resource.
    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)
  7. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      optional k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;
    
      // selector is the string-encoded form of a standard kubernetes label selector for the given metric.
      // When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping
      // When unset, just the metricName will be used to gather metrics.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 4;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 22K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/networking/v1/generated.proto

      // same controller. For example, you may have different parameters for the
      // same implementing controller. This should be specified as a
      // domain-prefixed path no more than 250 characters in length, e.g.
      // "acme.io/ingress-controller". This field is immutable.
      optional string controller = 1;
    
      // parameters is a link to a custom resource containing additional
    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)
  9. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

      // "Reject" means that requests that can not be executed upon arrival
      // are rejected.
      // Required.
      // +unionDiscriminator
      optional string type = 1;
    
      // `queuing` holds the configuration parameters for queuing.
      // This field may be non-empty only if `type` is `"Queue"`.
      // +optional
      optional QueuingConfiguration queuing = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

      // "Reject" means that requests that can not be executed upon arrival
      // are rejected.
      // Required.
      // +unionDiscriminator
      optional string type = 1;
    
      // `queuing` holds the configuration parameters for queuing.
      // This field may be non-empty only if `type` is `"Queue"`.
      // +optional
      optional QueuingConfiguration queuing = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top