Class GlobalKubernetesKindRegistry

java.lang.Object
com.netflix.spinnaker.clouddriver.kubernetes.security.GlobalKubernetesKindRegistry

@Component public final class GlobalKubernetesKindRegistry extends Object
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.