Uses of Interface
dev.galasa.kubernetes.IResource
Packages that use IResource
-
Uses of IResource in dev.galasa.kubernetes
Subinterfaces of IResource in dev.galasa.kubernetesModifier and TypeInterfaceDescriptioninterface
Represents a ConfigMap resourceinterface
Represent a Deployment resourceinterface
Represents a PersistentVolumeClaiminterface
Represents a resource that utilises ReplicatSets, ie Deployment and StatefulSetinterface
Represents a Secret resourceinterface
Represents a Service resourceinterface
Represents a StatefulSet resourceMethods in dev.galasa.kubernetes that return IResourceModifier and TypeMethodDescription@NotNull IResource
IKubernetesNamespace.createResource
(@NotNull String yaml) Create a Resource in Kubernetes.