Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for WorkloadGroups (0.21 sec)

  1. istioctl/pkg/workload/workload.go

    			wg := &clientv1alpha3.WorkloadGroup{}
    			if filename != "" {
    				if err := readWorkloadGroup(filename, wg); err != nil {
    					return err
    				}
    			} else {
    				wg, err = kubeClient.Istio().NetworkingV1alpha3().WorkloadGroups(namespace).Get(context.Background(), name, metav1.GetOptions{})
    				// errors if the requested workload group does not exist in the given namespace
    				if err != nil {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Apr 17 20:06:41 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

        chart: istio
        heritage: Tiller
        release: istio
      name: workloadgroups.networking.istio.io
    spec:
      group: networking.istio.io
      names:
        categories:
        - istio-io
        - networking-istio-io
        kind: WorkloadGroup
        listKind: WorkloadGroupList
        plural: workloadgroups
        shortNames:
        - wg
        singular: workloadgroup
      scope: Namespaced
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

        chart: istio
        heritage: Tiller
        release: istio
      name: workloadgroups.networking.istio.io
    spec:
      group: networking.istio.io
      names:
        categories:
        - istio-io
        - networking-istio-io
        kind: WorkloadGroup
        listKind: WorkloadGroupList
        plural: workloadgroups
        shortNames:
        - wg
        singular: workloadgroup
      scope: Namespaced
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    {} --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefini metadata: labels: app: istio-pilot chart: istio heritage: Tiller release: istio name: workloadgroups.networking.istio.io spec: group: networking.istio.io names: categories: - istio-io - networking-istio-io kind: WorkloadGroup listKind: WorkloadGroupList plural: workloadgroups shortNames: - wg singular: workloadgroup scope: Namespaced versions: - additionalPrinterCol: - description: 'CreationTimestamp is a timestamp representing...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top