Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for artifactId (0.18 sec)

  1. istioctl/pkg/workload/workload_test.go

    			expectedOutput:    "Error: expecting a WorkloadGroup artifact file or the name and namespace of an existing WorkloadGroup\n",
    		},
    		{
    			description:       "Invalid command args - missing valid input spec",
    			args:              strings.Split("entry configure -n bar -o temp --clusterID cid", " "),
    			expectedException: true,
    			expectedOutput:    "Error: expecting a WorkloadGroup artifact file or the name and namespace of an existing WorkloadGroup\n",
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 16:59:05 GMT 2024
    - 14.6K bytes
    - Viewed (0)
  2. istioctl/pkg/workload/workload.go

    This includes a MeshConfig resource, the cluster.env file, and necessary certificates and security tokens.
    Configure requires either the WorkloadGroup artifact path or its location on the API server.`,
    		Example: `  # configure example using a local WorkloadGroup artifact
      istioctl x workload entry configure -f workloadgroup.yaml -o config
    
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Apr 17 20:06:41 GMT 2024
    - 25.5K bytes
    - Viewed (0)
Back to top