Class GlobalKubernetesKindRegistry
java.lang.Object
com.netflix.spinnaker.clouddriver.kubernetes.security.GlobalKubernetesKindRegistry
A class representing the Kubernetes kind properties that are built into Spinnaker. By design,
this class does not support updating any of the properties in the registry; by making instances
immutable, they can be shared across threads without need for further synchronization.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aGlobalKubernetesKindRegistrypopulated with defaultKubernetesKindProperties.GlobalKubernetesKindRegistry(Iterable<KubernetesKindProperties> kubernetesKindProperties) Creates aGlobalKubernetesKindRegistrypopulated with the suppliedKubernetesKindProperties. -
Method Summary
-
Constructor Details
-
GlobalKubernetesKindRegistry
@Autowired public GlobalKubernetesKindRegistry()Creates aGlobalKubernetesKindRegistrypopulated with defaultKubernetesKindProperties. -
GlobalKubernetesKindRegistry
Creates aGlobalKubernetesKindRegistrypopulated with the suppliedKubernetesKindProperties.
-