Uses of Class
kubevirt.io.V1NetworkAttachmentDefinition
-
Packages that use V1NetworkAttachmentDefinition Package Description kubevirt.io -
-
Uses of V1NetworkAttachmentDefinition in kubevirt.io
Fields in kubevirt.io with type parameters of type V1NetworkAttachmentDefinition Modifier and Type Field Description private java.util.List<V1NetworkAttachmentDefinition>
V1NetworkAttachmentDefinitionList. items
Methods in kubevirt.io that return V1NetworkAttachmentDefinition Modifier and Type Method Description V1NetworkAttachmentDefinition
V1NetworkAttachmentDefinition. apiVersion(java.lang.String apiVersion)
V1NetworkAttachmentDefinition
V1NetworkAttachmentDefinition. kind(java.lang.String kind)
V1NetworkAttachmentDefinition
V1NetworkAttachmentDefinition. metadata(io.kubernetes.client.models.V1ObjectMeta metadata)
V1NetworkAttachmentDefinition
K8sCniCncfIoV1Api. readV1NamespacedNetworkAttachmentDefinition(java.lang.String name, java.lang.String namespace, java.lang.String pretty, java.lang.String resourceVersion)
read the specified NetworkAttachmentDefinitionV1NetworkAttachmentDefinition
V1NetworkAttachmentDefinition. spec(V1NetworkAttachmentDefinitionSpec spec)
Methods in kubevirt.io that return types with arguments of type V1NetworkAttachmentDefinition Modifier and Type Method Description java.util.List<V1NetworkAttachmentDefinition>
V1NetworkAttachmentDefinitionList. getItems()
List of network-attachment-definitions.io.kubernetes.client.ApiResponse<V1NetworkAttachmentDefinition>
K8sCniCncfIoV1Api. readV1NamespacedNetworkAttachmentDefinitionWithHttpInfo(java.lang.String name, java.lang.String namespace, java.lang.String pretty, java.lang.String resourceVersion)
read the specified NetworkAttachmentDefinitionMethods in kubevirt.io with parameters of type V1NetworkAttachmentDefinition Modifier and Type Method Description V1NetworkAttachmentDefinitionList
V1NetworkAttachmentDefinitionList. addItemsItem(V1NetworkAttachmentDefinition itemsItem)
Method parameters in kubevirt.io with type arguments of type V1NetworkAttachmentDefinition Modifier and Type Method Description V1NetworkAttachmentDefinitionList
V1NetworkAttachmentDefinitionList. items(java.util.List<V1NetworkAttachmentDefinition> items)
com.squareup.okhttp.Call
K8sCniCncfIoV1Api. readV1NamespacedNetworkAttachmentDefinitionAsync(java.lang.String name, java.lang.String namespace, java.lang.String pretty, java.lang.String resourceVersion, io.kubernetes.client.ApiCallback<V1NetworkAttachmentDefinition> callback)
(asynchronously) read the specified NetworkAttachmentDefinitionvoid
V1NetworkAttachmentDefinitionList. setItems(java.util.List<V1NetworkAttachmentDefinition> items)
-