Google Cloud Deploy V1 Client - Class SkaffoldSupportedCondition (0.18.0)

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 \ Release

Methods

__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