github.com/kubearmor/cilium@v1.6.12/api/v1/models/configuration_map.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  package models
     4  
     5  // This file was generated by the swagger tool.
     6  // Editing this file might prove futile when you re-run the swagger generate command
     7  
     8  import (
     9  	strfmt "github.com/go-openapi/strfmt"
    10  )
    11  
    12  // ConfigurationMap Map of configuration key/value pairs.
    13  //
    14  // swagger:model ConfigurationMap
    15  type ConfigurationMap map[string]string
    16  
    17  // Validate validates this configuration map
    18  func (m ConfigurationMap) Validate(formats strfmt.Registry) error {
    19  	return nil
    20  }