Uses of Class
openshift.io.V1Template
-
Packages that use V1Template Package Description openshift.io -
-
Uses of V1Template in openshift.io
Methods in openshift.io that return V1Template Modifier and Type Method Description V1Template
V1Template. addNetworksItem(com.google.gson.internal.LinkedTreeMap vmItem)
V1Template
V1Template. apiVersion(java.lang.String apiVersion)
V1Template
V1Template. kind(java.lang.String kind)
V1Template
V1Template. metadata(io.kubernetes.client.models.V1ObjectMeta metadata)
Methods in openshift.io that return types with arguments of type V1Template Modifier and Type Method Description java.util.List<V1Template>
V1TemplateList. getItems()
Get itemsMethods in openshift.io with parameters of type V1Template Modifier and Type Method Description V1TemplateList
V1TemplateList. addItemsItem(V1Template itemsItem)
Method parameters in openshift.io with type arguments of type V1Template Modifier and Type Method Description V1TemplateList
V1TemplateList. items(java.util.List<V1Template> items)
void
V1TemplateList. setItems(java.util.List<V1Template> items)
-