Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NetworkAttachmentDefinition (0.31 sec)

  1. manifests/charts/istio-cni/templates/network-attachment-definition.yaml

    {{- if eq .Values.cni.provider "multus" }}
    apiVersion: k8s.cni.cncf.io/v1
    kind: NetworkAttachmentDefinition
    metadata:
      name: {{ template "name" . }}
      namespace: default
      labels:
        operator.istio.io/component: "Cni"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 231 bytes
    - Viewed (0)
  2. operator/pkg/name/name.go

    	IstioOperator                     = "IstioOperator"
    	MutatingWebhookConfigurationStr   = "MutatingWebhookConfiguration"
    	NamespaceStr                      = "Namespace"
    	NetworkAttachmentDefinitionStr    = "NetworkAttachmentDefinition"
    	PodStr                            = "Pod"
    	PDBStr                            = "PodDisruptionBudget"
    	ReplicaSetStr                     = "ReplicaSet"
    	RoleStr                           = "Role"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top