Class DefaultOperationInfo
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.internal.DefaultOperationInfo
-
- All Implemented Interfaces:
OperationInfo
public class DefaultOperationInfo extends Object implements OperationInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationInfo
forOperationType(String type)
String
getGroup()
String
getKind()
String
getName()
String
getNamespace()
String
getOperationType()
String
getPlural()
String
getVersion()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.OperationInfo
getFullResourceName
-
-
-
-
Method Detail
-
getKind
public String getKind()
- Specified by:
getKind
in interfaceOperationInfo
-
getName
public String getName()
- Specified by:
getName
in interfaceOperationInfo
-
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in interfaceOperationInfo
-
getOperationType
public String getOperationType()
- Specified by:
getOperationType
in interfaceOperationInfo
-
forOperationType
public OperationInfo forOperationType(String type)
- Specified by:
forOperationType
in interfaceOperationInfo
-
getGroup
public String getGroup()
- Specified by:
getGroup
in interfaceOperationInfo
-
getPlural
public String getPlural()
- Specified by:
getPlural
in interfaceOperationInfo
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceOperationInfo
-
-