Class Keys
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.kubernetes.caching.Keys
-
public class Keys extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeys.ApplicationCacheKeystatic classKeys.CacheKeystatic classKeys.ClusterCacheKeystatic classKeys.InfrastructureCacheKeystatic classKeys.KindKeys are split into "logical" and "infrastructure" kinds.static classKeys.LogicalKeystatic classKeys.LogicalKind
-
Constructor Summary
Constructors Constructor Description Keys()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<Keys.CacheKey>parseKey(java.lang.String key)
-
-
-
Method Detail
-
parseKey
public static java.util.Optional<Keys.CacheKey> parseKey(java.lang.String key)
-
-