Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for svc (0.13 sec)

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

      // +optional
      optional int64 sizeBytes = 2;
    }
    
    // ContainerPort represents a network port in a single container.
    message ContainerPort {
      // If specified, this must be an IANA_SVC_NAME and unique within the pod. Each
      // named port in a pod must have a unique name. Name for the port that can be
      // referred to by services.
      // +optional
      optional string name = 1;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    Regenerate the server cert for the admission webhooks. Previously, the CN value could be ignored while generating the server cert for the admission webhook. Now you must set it to the DNS name of the webhook service: `<service.Name>.<service.Namespace>.svc`.([#50476](https://github.com/kubernetes/kubernetes/pull/50476))
    
    
    #### Custom Resource Definitions (CRDs)
    * [alpha] The CustomResourceDefinition API can now optionally
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top