Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for populate (0.15 sec)

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

      // avoid introspection in the clients. The string will be in the same format as the
      // query-param syntax. If the target type only supports map-based selectors, both this
      // field and map-based selector field are populated.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
      // +optional
      optional string targetSelector = 3;
    }
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24K bytes
    - Viewed (0)
  2. istioctl/pkg/workload/workload.go

    	opts.AttachControlPlaneFlags(configureCmd)
    	return configureCmd
    }
    
    // Reads a WorkloadGroup yaml. Additionally populates default values if unset
    // TODO: add WorkloadGroup validation in pkg/config/validation
    func readWorkloadGroup(filename string, wg *clientv1alpha3.WorkloadGroup) error {
    	f, err := os.ReadFile(filename)
    	if err != nil {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Apr 17 20:06:41 GMT 2024
    - 25.5K bytes
    - Viewed (0)
Back to top