Skip to content

Commit

Permalink
docs: add docs snip for azure rbac aks api discovery
Browse files Browse the repository at this point in the history
add: License file
  • Loading branch information
girdharshubham committed Aug 14, 2024
1 parent 00c4825 commit 76743d7
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import spray.json._
* INTERNAL API
*/
@InternalApi private[azureapi] object JsonFormat extends SprayJsonSupport with DefaultJsonProtocol {
// If adding more formats here, remember to also add in META-INF/native-image reflect config
implicit val containerPortFormat: JsonFormat[ContainerPort] = jsonFormat2(ContainerPort.apply)
implicit val containerFormat: JsonFormat[Container] = jsonFormat2(Container.apply)
implicit val podSpecFormat: JsonFormat[PodSpec] = jsonFormat1(PodSpec.apply)
Expand Down
Loading

0 comments on commit 76743d7

Please sign in to comment.