toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.helm.v3.kotlin.outputs
Package-level
declarations
Types
Types
Release
Status
Link copied to clipboard
data
class
ReleaseStatus
(
val
appVersion
:
String
?
=
null
,
val
chart
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
namespace
:
String
?
=
null
,
val
revision
:
Int
?
=
null
,
val
status
:
String
,
val
version
:
String
?
=
null
)
Repository
Opts
Link copied to clipboard
data
class
RepositoryOpts
(
val
caFile
:
String
?
=
null
,
val
certFile
:
String
?
=
null
,
val
keyFile
:
String
?
=
null
,
val
password
:
String
?
=
null
,
val
repo
:
String
?
=
null
,
val
username
:
String
?
=
null
)
Specification defining the Helm chart repository to use.