Class Keys.LogicalKey
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.kubernetes.caching.Keys.CacheKey
-
- com.netflix.spinnaker.clouddriver.kubernetes.caching.Keys.LogicalKey
-
- Direct Known Subclasses:
Keys.ApplicationCacheKey,Keys.ClusterCacheKey
- Enclosing class:
- Keys
public abstract static class Keys.LogicalKey extends Keys.CacheKey
-
-
Constructor Summary
Constructors Constructor Description LogicalKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroup()abstract Keys.LogicalKindgetLogicalKind()-
Methods inherited from class com.netflix.spinnaker.clouddriver.kubernetes.caching.Keys.CacheKey
getName
-
-
-
-
Method Detail
-
getLogicalKind
public abstract Keys.LogicalKind getLogicalKind()
-
getGroup
public final java.lang.String getGroup()
- Specified by:
getGroupin classKeys.CacheKey
-
-