crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml (102 lines of code) (raw):

--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.3 labels: managed: "" owner: "" name: multitenantpodnetworkconfigs.multitenancy.acn.azure.com spec: group: multitenancy.acn.azure.com names: kind: MultitenantPodNetworkConfig listKind: MultitenantPodNetworkConfigList plural: multitenantpodnetworkconfigs shortNames: - mtpnc singular: multitenantpodnetworkconfig scope: Namespaced versions: - additionalPrinterColumns: - jsonPath: .spec.podNetworkInstance name: PodNetworkInstance type: string - jsonPath: .spec.podNetwork name: PodNetwork type: string - jsonPath: .spec.podName name: PodName type: string name: v1alpha1 schema: openAPIV3Schema: description: MultitenantPodNetworkConfig is the Schema for the multitenantpodnetworkconfigs API properties: apiVersion: description: |- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: description: |- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: description: MultitenantPodNetworkConfigSpec defines the desired state of PodNetworkConfig properties: podName: description: name of the requesting cx pod type: string podNetwork: description: name of PN object from requesting cx pod type: string podNetworkInstance: description: name of PNI object from requesting cx pod type: string required: - podNetwork type: object status: description: MultitenantPodNetworkConfigStatus defines the observed state of PodNetworkConfig properties: defaultDenyACL: description: DefaultDenyACL bool indicates whether default deny policy will be present on the pods upon pod creation type: boolean gatewayIP: description: Deprecated - use InterfaceInfos type: string interfaceInfos: description: InterfaceInfos describes all of the network container goal state for this Pod items: properties: accelnetEnabled: description: AccelnetEnabled determines if the CNI will provision the NIC with accelerated networking enabled type: boolean deviceType: description: DeviceType is the device type that this NC was created for enum: - acn.azure.com/vnet-nic - acn.azure.com/infiniband-nic type: string gatewayIP: description: GatewayIP is the gateway ip of the injected subnet type: string macAddress: description: MacAddress is the MAC Address of the VM's NIC which this network container was created for type: string ncID: description: NCID is the network container id type: string primaryIP: description: PrimaryIP is the ip allocated to the network container type: string subnetAddressSpace: description: SubnetAddressSpace is the subnet address space of the injected subnet type: string type: object type: array macAddress: description: Deprecated - use InterfaceInfos type: string ncID: description: Deprecated - use InterfaceInfos type: string primaryIP: description: Deprecated - use InterfaceInfos type: string type: object type: object served: true storage: true subresources: status: {}