Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.component
ContainerImage
Class ContainerImage
Implements
IContainerImage
Index
Constructors
constructor
Properties
pull
Policy?
repository
tag
Accessors
container
Props
image
Fqn
Methods
from
Props
Constructors
Protected
constructor
new
ContainerImage
(
repository
:
string
,
tag
:
string
,
pullPolicy
?:
ImagePullPolicy
,
)
:
ContainerImage
Parameters
repository
:
string
tag
:
string
Optional
pullPolicy
:
ImagePullPolicy
Returns
ContainerImage
Properties
Optional
Readonly
pull
Policy
pullPolicy
?:
ImagePullPolicy
Readonly
repository
repository
:
string
Readonly
tag
tag
:
string
Accessors
container
Props
get
containerProps
()
:
Pick
<
kplus.ContainerProps
,
"image"
|
"imagePullPolicy"
>
Returns
Pick
<
kplus.ContainerProps
,
"image"
|
"imagePullPolicy"
>
image
Fqn
get
imageFqn
()
:
string
Returns
string
Methods
Static
from
Props
fromProps
(
props
:
ContainerImageProps
)
:
ContainerImage
Parameters
props
:
ContainerImageProps
Returns
ContainerImage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pull
Policy
repository
tag
Accessors
container
Props
image
Fqn
Methods
from
Props
Documentation - v0.0.0
Loading...