Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for vertices (0.18 sec)

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

      // +listType=set
      // Required.
      repeated string apiGroups = 2;
    
      // `resources` is a list of matching resources (i.e., lowercase
      // and plural) with, if desired, subresource.  For example, [
      // "services", "nodes/status" ].  This list may not be empty.
      // "*" matches all resources and, if present, must be the only entry.
      // Required.
      // +listType=set
      repeated string resources = 3;
    
    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)
  2. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

      // +listType=set
      // Required.
      repeated string apiGroups = 2;
    
      // `resources` is a list of matching resources (i.e., lowercase
      // and plural) with, if desired, subresource.  For example, [
      // "services", "nodes/status" ].  This list may not be empty.
      // "*" matches all resources and, if present, must be the only entry.
      // Required.
      // +listType=set
      repeated string resources = 3;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // +optional
      repeated string except = 2;
    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    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

      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)
  5. common-protos/k8s.io/api/networking/v1beta1/generated.proto

      repeated HTTPIngressPath paths = 1;
    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    message Ingress {
      // Standard object's metadata.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 14.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/networking/v1/generated.proto

      // +optional
      repeated string except = 2;
    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    message Ingress {
      // Standard object's metadata.
    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)
  7. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

      // +listType=set
      // Required.
      repeated string apiGroups = 2;
    
      // `resources` is a list of matching resources (i.e., lowercase
      // and plural) with, if desired, subresource.  For example, [
      // "services", "nodes/status" ].  This list may not be empty.
      // "*" matches all resources and, if present, must be the only entry.
      // Required.
      // +listType=set
      repeated string resources = 3;
    
    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)
  8. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

      // +listType=set
      // Required.
      repeated string apiGroups = 2;
    
      // `resources` is a list of matching resources (i.e., lowercase
      // and plural) with, if desired, subresource.  For example, [
      // "services", "nodes/status" ].  This list may not be empty.
      // "*" matches all resources and, if present, must be the only entry.
      // Required.
      // +listType=set
      repeated string resources = 3;
    
    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)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // as the clusterIP.
      // "ExternalName" aliases this service to the specified externalName.
      // Several other fields do not apply to ExternalName services.
      // More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
      // +optional
      optional string type = 4;
    
      // externalIPs is a list of IP addresses for which nodes in the cluster
    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)
Back to top