final case class DownwardAPIVolumeFile(path: String, fieldRef: Option[ObjectFieldSelector] = None, mode: Option[Int] = None, resourceFieldRef: Option[ResourceFieldSelector] = None) extends Product with Serializable
DownwardAPIVolumeFile represents information to create the file containing the pod field
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DownwardAPIVolumeFile
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DownwardAPIVolumeFile(path: String, fieldRef: Option[ObjectFieldSelector] = None, mode: Option[Int] = None, resourceFieldRef: Option[ResourceFieldSelector] = None)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldRef: Option[ObjectFieldSelector]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapFieldRef(f: (ObjectFieldSelector) ⇒ ObjectFieldSelector): DownwardAPIVolumeFile
if fieldRef has a value, transforms to the result of function
-
def
mapMode(f: (Int) ⇒ Int): DownwardAPIVolumeFile
if mode has a value, transforms to the result of function
-
def
mapPath(f: (String) ⇒ String): DownwardAPIVolumeFile
transforms path to result of function
-
def
mapResourceFieldRef(f: (ResourceFieldSelector) ⇒ ResourceFieldSelector): DownwardAPIVolumeFile
if resourceFieldRef has a value, transforms to the result of function
- val mode: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: String
- val resourceFieldRef: Option[ResourceFieldSelector]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
def
withFieldRef(value: ObjectFieldSelector): DownwardAPIVolumeFile
Returns a new data with fieldRef set to new value
-
def
withMode(value: Int): DownwardAPIVolumeFile
Returns a new data with mode set to new value
-
def
withPath(value: String): DownwardAPIVolumeFile
Returns a new data with path set to new value
-
def
withResourceFieldRef(value: ResourceFieldSelector): DownwardAPIVolumeFile
Returns a new data with resourceFieldRef set to new value