Uses of Class
kubevirt.io.V1NetworkAttachmentDefinition
-
Packages that use V1NetworkAttachmentDefinition Package Description kubevirt.io -
-
Uses of V1NetworkAttachmentDefinition in kubevirt.io
Methods in kubevirt.io that return V1NetworkAttachmentDefinition Modifier and Type Method Description V1NetworkAttachmentDefinitionV1NetworkAttachmentDefinition. apiVersion(java.lang.String apiVersion)V1NetworkAttachmentDefinitionV1NetworkAttachmentDefinition. kind(java.lang.String kind)V1NetworkAttachmentDefinitionV1NetworkAttachmentDefinition. metadata(io.kubernetes.client.models.V1ObjectMeta metadata)V1NetworkAttachmentDefinitionK8sCniCncfIoV1Api. readV1NamespacedNetworkAttachmentDefinition(java.lang.String name, java.lang.String namespace, java.lang.String pretty, java.lang.String resourceVersion)read the specified NetworkAttachmentDefinitionV1NetworkAttachmentDefinitionV1NetworkAttachmentDefinition. 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 V1NetworkAttachmentDefinitionListV1NetworkAttachmentDefinitionList. addItemsItem(V1NetworkAttachmentDefinition itemsItem)Method parameters in kubevirt.io with type arguments of type V1NetworkAttachmentDefinition Modifier and Type Method Description V1NetworkAttachmentDefinitionListV1NetworkAttachmentDefinitionList. items(java.util.List<V1NetworkAttachmentDefinition> items)com.squareup.okhttp.CallK8sCniCncfIoV1Api. 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 NetworkAttachmentDefinitionvoidV1NetworkAttachmentDefinitionList. setItems(java.util.List<V1NetworkAttachmentDefinition> items)
-