Class KubernetesDeleteManifestDescription
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.kubernetes.description.KubernetesAtomicOperationDescription
-
- com.netflix.spinnaker.clouddriver.kubernetes.description.manifest.KubernetesDeleteManifestDescription
-
- All Implemented Interfaces:
com.netflix.spinnaker.clouddriver.deploy.DeployDescription,com.netflix.spinnaker.clouddriver.orchestration.OperationDescription,com.netflix.spinnaker.clouddriver.security.resources.AccountNameable,com.netflix.spinnaker.clouddriver.security.resources.CredentialsNameable
public class KubernetesDeleteManifestDescription extends KubernetesAtomicOperationDescription
-
-
Constructor Summary
Constructors Constructor Description KubernetesDeleteManifestDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<KubernetesCoordinates>getAllCoordinates()KubernetesCoordinatesgetPointCoordinates()booleanisDynamic()-
Methods inherited from class com.netflix.spinnaker.clouddriver.kubernetes.description.KubernetesAtomicOperationDescription
requiresApplicationRestriction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netflix.spinnaker.clouddriver.security.resources.AccountNameable
requiresAuthorization
-
-
-
-
Method Detail
-
isDynamic
public boolean isDynamic()
-
getAllCoordinates
public java.util.List<KubernetesCoordinates> getAllCoordinates()
-
getPointCoordinates
public KubernetesCoordinates getPointCoordinates()
-
-