- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for GVK (0.01 sec)
-
istioctl/pkg/precheck/precheck.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0) -
istioctl/pkg/validate/validate.go
castItem := item.(*unstructured.Unstructured) if castItem.GetKind() == gvk.Service.Kind { err := v.validateServicePortPrefix(istioNamespace, castItem) if err != nil { errs = multierror.Append(errs, err) } } if castItem.GetKind() == gvk.Deployment.Kind { err := v.validateDeploymentLabel(istioNamespace, castItem, writer) if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 22:27:47 UTC 2024 - 14.3K bytes - Viewed (0) -
istioctl/pkg/waypoint/waypoint.go
return nil, fmt.Errorf("invalid name provided for waypoint, 'none' is a reserved value") } gw := gateway.Gateway{ TypeMeta: metav1.TypeMeta{ Kind: gvk.KubernetesGateway_v1.Kind, APIVersion: gvk.KubernetesGateway_v1.GroupVersion(), }, ObjectMeta: metav1.ObjectMeta{ Name: waypointName, Namespace: ns, }, Spec: gateway.GatewaySpec{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 19.6K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret_test.go
"k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/types" "k8s.io/client-go/tools/clientcmd/api" "istio.io/istio/istioctl/pkg/cli" "istio.io/istio/operator/pkg/manifest" "istio.io/istio/pkg/config/schema/gvk" "istio.io/istio/pkg/config/schema/gvr" "istio.io/istio/pkg/kube" "istio.io/istio/pkg/kube/multicluster" "istio.io/istio/pkg/test" "istio.io/istio/pkg/test/env" "istio.io/istio/pkg/test/util/assert" )
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0) -
istioctl/pkg/workload/workload.go
} return nil }, RunE: func(cmd *cobra.Command, args []string) error { u := &unstructured.Unstructured{ Object: map[string]any{ "apiVersion": gvk.WorkloadGroup.GroupVersion(), "kind": gvk.WorkloadGroup.Kind, "metadata": map[string]any{ "name": name, "namespace": namespace, }, }, } spec := &networkingv1alpha3.WorkloadGroup{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)