Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 808 Bytes

File metadata and controls

34 lines (25 loc) · 808 Bytes
page_title cozystack_scheduling_class Data Source - cozystack
subcategory
description Read an existing Cozystack SchedulingClass by name.

cozystack_scheduling_class (Data Source)

Read an existing Cozystack SchedulingClass by name.

Example Usage

data "cozystack_scheduling_class" "example" {
  name = "example"
}

Schema

Required

  • name (String) SchedulingClass name.

Read-Only

  • chart_version (String) Deployed chart version.
  • id (String) Object name.
  • ready (Boolean) Whether the application's Ready condition is true.
  • spec (String) Full object spec as JSON.
  • uid (String) Server-assigned object UID (metadata.uid).