Class CustomKubernetesCachingAgentFactory
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.kubernetes.caching.agent.CustomKubernetesCachingAgentFactory
-
public class CustomKubernetesCachingAgentFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomKubernetesCachingAgentFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KubernetesCachingAgentcreate(KubernetesKind kind, KubernetesNamedAccountCredentials namedAccountCredentials, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.netflix.spectator.api.Registry registry, int agentIndex, int agentCount, java.lang.Long agentInterval, KubernetesConfigurationProperties configurationProperties, KubernetesSpinnakerKindMap kubernetesSpinnakerKindMap, Front50ApplicationLoader front50ApplicationLoader)
-
-
-
Method Detail
-
create
public static KubernetesCachingAgent create(KubernetesKind kind, KubernetesNamedAccountCredentials namedAccountCredentials, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.netflix.spectator.api.Registry registry, int agentIndex, int agentCount, java.lang.Long agentInterval, KubernetesConfigurationProperties configurationProperties, KubernetesSpinnakerKindMap kubernetesSpinnakerKindMap, @Nullable Front50ApplicationLoader front50ApplicationLoader)
-
-