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 OperationInfoforOperationType(String type)StringgetGroup()StringgetKind()StringgetName()StringgetNamespace()StringgetOperationType()StringgetPlural()StringgetVersion()-
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:
getKindin interfaceOperationInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceOperationInfo
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceOperationInfo
-
getOperationType
public String getOperationType()
- Specified by:
getOperationTypein interfaceOperationInfo
-
forOperationType
public OperationInfo forOperationType(String type)
- Specified by:
forOperationTypein interfaceOperationInfo
-
getGroup
public String getGroup()
- Specified by:
getGroupin interfaceOperationInfo
-
getPlural
public String getPlural()
- Specified by:
getPluralin interfaceOperationInfo
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceOperationInfo
-
-