Class: Google::Cloud::Container::V1::ClusterUpgradeInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

ClusterUpgradeInfo contains the upgrade information of a cluster.

Defined Under Namespace

Modules: AutoUpgradePausedReason, AutoUpgradeStatus

Instance Attribute Summary collapse

Instance Attribute Details

#auto_upgrade_status::Array<::Google::Cloud::Container::V1::ClusterUpgradeInfo::AutoUpgradeStatus>

Returns The auto upgrade status.

Returns:



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#end_of_extended_support_timestamp::String

Returns The cluster's current minor version's end of extended support timestamp.

Returns:

  • (::String)

    The cluster's current minor version's end of extended support timestamp.



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#end_of_standard_support_timestamp::String

Returns The cluster's current minor version's end of standard support timestamp.

Returns:

  • (::String)

    The cluster's current minor version's end of standard support timestamp.



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#minor_target_version::String

Returns minor_target_version indicates the target version for minor upgrade.

Returns:

  • (::String)

    minor_target_version indicates the target version for minor upgrade.



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#patch_target_version::String

Returns patch_target_version indicates the target version for patch upgrade.

Returns:

  • (::String)

    patch_target_version indicates the target version for patch upgrade.



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#paused_reason::Array<::Google::Cloud::Container::V1::ClusterUpgradeInfo::AutoUpgradePausedReason>

Returns The auto upgrade paused reason.

Returns:



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end

#upgrade_details::Array<::Google::Cloud::Container::V1::UpgradeDetails>

Returns The list of past auto upgrades.

Returns:



7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7621

class ClusterUpgradeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AutoUpgradeStatus indicates the status of auto upgrade.
  module AutoUpgradeStatus
    # UNKNOWN indicates an unknown status.
    UNKNOWN = 0

    # ACTIVE indicates an active status.
    ACTIVE = 1

    # MINOR_UPGRADE_PAUSED indicates the minor version upgrade is
    # paused.
    MINOR_UPGRADE_PAUSED = 4

    # UPGRADE_PAUSED indicates the upgrade is paused.
    UPGRADE_PAUSED = 5
  end

  # AutoUpgradePausedReason indicates the reason for auto upgrade paused
  # status.
  module AutoUpgradePausedReason
    # AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
    AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0

    # MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance
    # window.
    MAINTENANCE_WINDOW = 1

    # MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_UPGRADES = 5

    # MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a
    # maintenance exclusion with scope NO_MINOR_UPGRADES.
    MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6

    # CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster
    # disruption budget.
    CLUSTER_DISRUPTION_BUDGET = 4

    # CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside
    # the cluster disruption budget for minor version upgrade.
    CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7

    # SYSTEM_CONFIG indicates the cluster upgrade is paused  by system config.
    SYSTEM_CONFIG = 8
  end
end