Package io.fabric8.kubernetes.client
Interface OperationInfo
-
public interface OperationInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description OperationInfoforOperationType(String type)default StringgetFullResourceName()default StringgetGroup()StringgetKind()StringgetName()StringgetNamespace()StringgetOperationType()default StringgetPlural()default StringgetVersion()
-
-
-
Method Detail
-
getKind
String getKind()
-
getName
String getName()
-
getNamespace
String getNamespace()
-
getOperationType
String getOperationType()
-
forOperationType
OperationInfo forOperationType(String type)
-
getGroup
default String getGroup()
-
getPlural
default String getPlural()
-
getVersion
default String getVersion()
-
getFullResourceName
default String getFullResourceName()
-
-