Apache CloudStack 4.15.0.0 Root Admin API Reference
					
                                        
                                        
                                    
                                addKubernetesSupportedVersion
Add a supported Kubernetes version
Request parameters
| Parameter Name | Description | Required | 
| mincpunumber | the minimum number of CPUs to be set with the Kubernetes version | true | 
| minmemory | the minimum RAM size in MB to be set with the Kubernetes version | true | 
| semanticversion | the semantic version of the Kubernetes version. It needs to be specified in MAJOR.MINOR.PATCH format | true | 
| checksum | the checksum value of the binaries ISO. The parameter containing the checksum will be considered a MD5sum if it is not prefixed and just a plain ascii/utf8 representation of a hexadecimal string. If it is required to use another algorithm the hexadecimal string is to be prefixed with a string of the form, "{<algorithm>}", not including the double quotes. In this <algorithm> is the exact string representing the java supported algorithm, i.e. MD5 or SHA-256. Note that java does not contain an algorithm called SHA256 or one called sha-256, only SHA-256. | false | 
| name | the name of the Kubernetes supported version | false | 
| url | the URL of the binaries ISO for Kubernetes supported version | false | 
| zoneid | the ID of the zone in which Kubernetes supported version will be available | false | 
Response Tags
| Response Name | Description | 
| id | the id of the Kubernetes supported version | 
| isoid | the id of the binaries ISO for Kubernetes supported version | 
| isoname | the name of the binaries ISO for Kubernetes supported version | 
| isostate | the state of the binaries ISO for Kubernetes supported version | 
| mincpunumber | the minimum number of CPUs needed for the Kubernetes supported version | 
| minmemory | the minimum RAM size in MB needed for the Kubernetes supported version | 
| name | Name of the Kubernetes supported version | 
| semanticversion | Kubernetes semantic version | 
| state | the enabled or disabled state of the Kubernetes supported version | 
| supportsha | whether Kubernetes supported version supports HA, multi-master | 
| zoneid | the id of the zone in which Kubernetes supported version is available | 
| zonename | the name of the zone in which Kubernetes supported version is available |