public static interface IApiTypeMapper.IVersionedApiResource
| Modifier and Type | Method and Description |
|---|---|
String |
getApiGroupName()
The groupname of the resource (e.g. extensions of extensions/v1beta1)
|
String |
getKind()
the kind used with this resource
|
String |
getName()
get resource name this group supports
|
String |
getPrefix()
The prefix for this api group (e.g. api, oapi, apis)
|
String |
getVersion()
The version of the resource (e.g. v1)
|
boolean |
isNamespaced() |
boolean |
isSupported(String capability)
Determine if the capability is supported (e.g. builds/webhooks)
|
String getPrefix()
String getApiGroupName()
String getVersion()
String getName()
String getKind()
boolean isNamespaced()
boolean isSupported(String capability)
Copyright © 2020 Red Hat, Inc. All Rights Reserved.