Reference documentation and code samples for the Google Cloud Deploy V1 Client class SkaffoldSupportedCondition.
SkaffoldSupportedCondition contains information about when support for the release's version of skaffold ends.
Generated from protobuf message google.cloud.deploy.v1.Release.SkaffoldSupportedCondition
Namespace
Google \ Cloud \ Deploy \ V1 \ ReleaseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ status |
bool
True if the version of skaffold used by this release is supported. |
↳ skaffold_support_state |
int
The skaffold support state for this release's version of skaffold. |
↳ maintenance_mode_time |
Google\Protobuf\Timestamp
The time at which this release's version of skaffold will enter maintenance mode. |
↳ support_expiration_time |
Google\Protobuf\Timestamp
The time at which this release's version of skaffold will no longer be supported. |
getStatus
True if the version of skaffold used by this release is supported.
Returns | |
---|---|
Type | Description |
bool |
setStatus
True if the version of skaffold used by this release is supported.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSkaffoldSupportState
The skaffold support state for this release's version of skaffold.
Returns | |
---|---|
Type | Description |
int |
setSkaffoldSupportState
The skaffold support state for this release's version of skaffold.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMaintenanceModeTime
The time at which this release's version of skaffold will enter maintenance mode.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasMaintenanceModeTime
clearMaintenanceModeTime
setMaintenanceModeTime
The time at which this release's version of skaffold will enter maintenance mode.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSupportExpirationTime
The time at which this release's version of skaffold will no longer be supported.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasSupportExpirationTime
clearSupportExpirationTime
setSupportExpirationTime
The time at which this release's version of skaffold will no longer be supported.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |