This commit is contained in:
2025-11-18 16:20:26 +03:00
parent 4b3f21d9be
commit e42fbcef39
397 changed files with 17560 additions and 1501 deletions

View File

@@ -61,10 +61,6 @@ func dataSourceK8CISchemaMake() map[string]*schema.Schema {
Computed: true,
Description: "LB Image ID",
},
"master_driver": {
Type: schema.TypeString,
Computed: true,
},
"master_image_id": {
Type: schema.TypeInt,
Computed: true,
@@ -137,16 +133,6 @@ func dataSourceK8CIListSchemaMake() map[string]*schema.Schema {
Optional: true,
Description: "Filter by status",
},
"worker_driver": {
Type: schema.TypeString,
Optional: true,
Description: "Filter by worker driver",
},
"master_driver": {
Type: schema.TypeString,
Optional: true,
Description: "Filter by master driver",
},
"network_plugin": {
Type: schema.TypeString,
Optional: true,
@@ -206,10 +192,6 @@ func dataSourceK8CIListSchemaMake() map[string]*schema.Schema {
Computed: true,
Description: "LB Image ID",
},
"master_driver": {
Type: schema.TypeString,
Computed: true,
},
"master_image_id": {
Type: schema.TypeInt,
Computed: true,
@@ -243,10 +225,6 @@ func dataSourceK8CIListSchemaMake() map[string]*schema.Schema {
Type: schema.TypeString,
Computed: true,
},
"worker_driver": {
Type: schema.TypeString,
Computed: true,
},
"worker_image_id": {
Type: schema.TypeInt,
Computed: true,
@@ -273,16 +251,6 @@ func dataSourceK8CIListDeletedSchemaMake() map[string]*schema.Schema {
Optional: true,
Description: "Filter by name",
},
"worker_driver": {
Type: schema.TypeString,
Optional: true,
Description: "Filter by worker driver",
},
"master_driver": {
Type: schema.TypeString,
Optional: true,
Description: "Filter by master driver",
},
"network_plugin": {
Type: schema.TypeString,
Optional: true,
@@ -336,10 +304,6 @@ func dataSourceK8CIListDeletedSchemaMake() map[string]*schema.Schema {
Computed: true,
Description: "LB Image ID",
},
"master_driver": {
Type: schema.TypeString,
Computed: true,
},
"master_image_id": {
Type: schema.TypeInt,
Computed: true,
@@ -373,10 +337,6 @@ func dataSourceK8CIListDeletedSchemaMake() map[string]*schema.Schema {
Type: schema.TypeString,
Computed: true,
},
"worker_driver": {
Type: schema.TypeString,
Computed: true,
},
"worker_image_id": {
Type: schema.TypeInt,
Computed: true,
@@ -402,10 +362,6 @@ func resourceK8CISchemaMake() map[string]*schema.Schema {
Type: schema.TypeString,
Required: true,
},
"master_driver": {
Type: schema.TypeString,
Required: true,
},
"master_image_id": {
Type: schema.TypeInt,
Required: true,
@@ -422,10 +378,6 @@ func resourceK8CISchemaMake() map[string]*schema.Schema {
Type: schema.TypeInt,
Required: true,
},
"worker_driver": {
Type: schema.TypeString,
Required: true,
},
"network_plugins": {
Type: schema.TypeList,
Required: true,