public class ClusterResourceDefinition extends BaseResourceDefinition
BaseResourceDefinition.DirectiveTypeResourceDefinition.PostProcessor| Constructor and Description |
|---|
ClusterResourceDefinition()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPluralName()
Obtain the plural name of the resource.
|
Renderer |
getRenderer(String name)
Obtain the associated renderer based on name.
|
String |
getSingularName()
Obtain the singular name of the resource.
|
Set<SubResourceDefinition> |
getSubResourceDefinitions()
Obtain a set of all child resource types.
|
Collection<String> |
getUpdateDirectives()
Obtain the set of update directives for the resource.
|
equals, getCreateDirectives, getDeleteDirectives, getPostProcessors, getReadDirectives, getType, hashCode, isCreatablepublic String getPluralName()
ResourceDefinitionpublic String getSingularName()
ResourceDefinitionpublic Renderer getRenderer(String name)
ResourceDefinitiongetRenderer in interface ResourceDefinitiongetRenderer in class BaseResourceDefinitionname - name of the renderer to obtainpublic Set<SubResourceDefinition> getSubResourceDefinitions()
ResourceDefinitiongetSubResourceDefinitions in interface ResourceDefinitiongetSubResourceDefinitions in class BaseResourceDefinitionpublic Collection<String> getUpdateDirectives()
ResourceDefinitiongetUpdateDirectives in interface ResourceDefinitiongetUpdateDirectives in class BaseResourceDefinitionCopyright © 2022 Apache Software Foundation. All rights reserved.