public class DefaultOperationInfo extends Object implements OperationInfo
Constructor and Description |
---|
DefaultOperationInfo(String kind,
String operationType,
String name,
String namespace,
String group,
String plural,
String version) |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
forOperationType(String type) |
String |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getOperationType() |
String |
getPlural() |
String |
getVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFullResourceName
public String getKind()
getKind
in interface OperationInfo
public String getName()
getName
in interface OperationInfo
public String getNamespace()
getNamespace
in interface OperationInfo
public String getOperationType()
getOperationType
in interface OperationInfo
public OperationInfo forOperationType(String type)
forOperationType
in interface OperationInfo
public String getGroup()
getGroup
in interface OperationInfo
public String getPlural()
getPlural
in interface OperationInfo
public String getVersion()
getVersion
in interface OperationInfo
Copyright © 2015–2022 Red Hat. All rights reserved.