final case class IngressClassParametersReference(name: String, kind: String, scope: Option[String] = None, apiGroup: Option[String] = None, namespace: Option[String] = None) extends Product with Serializable
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IngressClassParametersReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val apiGroup: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: String
-
def
mapApiGroup(f: (String) ⇒ String): IngressClassParametersReference
if apiGroup has a value, transforms to the result of function
-
def
mapKind(f: (String) ⇒ String): IngressClassParametersReference
transforms kind to result of function
-
def
mapName(f: (String) ⇒ String): IngressClassParametersReference
transforms name to result of function
-
def
mapNamespace(f: (String) ⇒ String): IngressClassParametersReference
if namespace has a value, transforms to the result of function
-
def
mapScope(f: (String) ⇒ String): IngressClassParametersReference
if scope has a value, transforms to the result of function
- val name: String
- val namespace: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val scope: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withApiGroup(value: String): IngressClassParametersReference
Returns a new data with apiGroup set to new value
-
def
withKind(value: String): IngressClassParametersReference
Returns a new data with kind set to new value
-
def
withName(value: String): IngressClassParametersReference
Returns a new data with name set to new value
-
def
withNamespace(value: String): IngressClassParametersReference
Returns a new data with namespace set to new value
-
def
withScope(value: String): IngressClassParametersReference
Returns a new data with scope set to new value