Interface ApicurioRegistryStatusManagedResourceFluent<A extends ApicurioRegistryStatusManagedResourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistryStatusFluent.ManagedResourcesNested<N>
- All Known Implementing Classes:
ApicurioRegistryStatusFluentImpl.ManagedResourcesNestedImpl,ApicurioRegistryStatusManagedResourceBuilder,ApicurioRegistryStatusManagedResourceFluentImpl
public interface ApicurioRegistryStatusManagedResourceFluent<A extends ApicurioRegistryStatusManagedResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetKind()StringgetName()StringgetNamespace()BooleanhasKind()BooleanhasName()BooleanhasNamespace()AwithKind(String kind)AwithName(String name)AwithNamespace(String namespace)AwithNewKind(String original)Deprecated.AwithNewName(String original)Deprecated.AwithNewNamespace(String original)Deprecated.
-
-
-
Method Detail
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
@Deprecated A withNewKind(String original)
Deprecated.
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
@Deprecated A withNewName(String original)
Deprecated.
-
getNamespace
String getNamespace()
-
hasNamespace
Boolean hasNamespace()
-
withNewNamespace
@Deprecated A withNewNamespace(String original)
Deprecated.
-
-