Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkAttachmentDefinition
-
Packages that use NetworkAttachmentDefinition Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of NetworkAttachmentDefinition in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return NetworkAttachmentDefinition Modifier and Type Method Description NetworkAttachmentDefinitionNetworkAttachmentDefinitionBuilder. build()NetworkAttachmentDefinitionNetworkAttachmentDefinitionListFluent. buildFirstItem()NetworkAttachmentDefinitionNetworkAttachmentDefinitionListFluent. buildItem(int index)NetworkAttachmentDefinitionNetworkAttachmentDefinitionListFluent. buildLastItem()NetworkAttachmentDefinitionNetworkAttachmentDefinitionListFluent. buildMatchingItem(Predicate<NetworkAttachmentDefinitionBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return types with arguments of type NetworkAttachmentDefinition Modifier and Type Method Description List<NetworkAttachmentDefinition>NetworkAttachmentDefinitionListFluent. buildItems()List<NetworkAttachmentDefinition>NetworkAttachmentDefinitionList. getItems()Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type NetworkAttachmentDefinition Modifier and Type Method Description NetworkAttachmentDefinitionListFluent.ItemsNested<A>NetworkAttachmentDefinitionListFluent. addNewItemLike(NetworkAttachmentDefinition item)ANetworkAttachmentDefinitionListFluent. addToItems(int index, NetworkAttachmentDefinition item)ANetworkAttachmentDefinitionListFluent. addToItems(NetworkAttachmentDefinition... items)protected voidNetworkAttachmentDefinitionFluent. copyInstance(NetworkAttachmentDefinition instance)ANetworkAttachmentDefinitionListFluent. removeFromItems(NetworkAttachmentDefinition... items)NetworkAttachmentDefinitionListFluent.ItemsNested<A>NetworkAttachmentDefinitionListFluent. setNewItemLike(int index, NetworkAttachmentDefinition item)ANetworkAttachmentDefinitionListFluent. setToItems(int index, NetworkAttachmentDefinition item)ANetworkAttachmentDefinitionListFluent. withItems(NetworkAttachmentDefinition... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with type arguments of type NetworkAttachmentDefinition Modifier and Type Method Description ANetworkAttachmentDefinitionListFluent. addAllToItems(Collection<NetworkAttachmentDefinition> items)ANetworkAttachmentDefinitionListFluent. removeAllFromItems(Collection<NetworkAttachmentDefinition> items)voidNetworkAttachmentDefinitionList. setItems(List<NetworkAttachmentDefinition> items)ANetworkAttachmentDefinitionListFluent. withItems(List<NetworkAttachmentDefinition> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type NetworkAttachmentDefinition Constructor Description NetworkAttachmentDefinitionBuilder(NetworkAttachmentDefinition instance)NetworkAttachmentDefinitionBuilder(NetworkAttachmentDefinitionFluent<?> fluent, NetworkAttachmentDefinition instance)NetworkAttachmentDefinitionFluent(NetworkAttachmentDefinition instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with type arguments of type NetworkAttachmentDefinition Constructor Description NetworkAttachmentDefinitionList(String apiVersion, List<NetworkAttachmentDefinition> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-