Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Kubernetes versioned resources not recognized (regression) #389

@kriswuollett

Description

@kriswuollett

Seems like there has been a regression with the Kubernetes v1 resources (Versioned Resource Names). Just started noticing that there was no typeahead and something as simple as metadata for those resources aren't recognized. I think it was working after #376 was resolved?

CleanShot 2022-05-04 at 13 38 58@2x

Prerequisites

  • Ensure you have latest version of plugin installed
  • Search for possible issue duplicates

Installation details

  • IDE version (Help->About->Copy to Clipboard)
JetBrains Rider 2022.1.1
Build #RD-221.5591.20, built on April 28, 2022
Licensed to Kristopher Wuollett
Subscription is active until January 4, 2023.
Runtime version: 11.0.14.1+1-b2043.45 x86_64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3.1
.NET 6.0.3
GC: G1 Young Generation, G1 Old Generation
Memory: 1500M
Cores: 16
Registry:
    ide.new.project.model.index.case.sensitivity=true
    rdclient.asyncActions=false
    indexing.enable.entity.provider.based.indexing=false

Non-Bundled Plugins:
    name.kropp.intellij.makefile (221.5591.19)
    com.intellij.resharper.StructuredLogging (2022.1.0.188)
    org.intellij.plugins.hcl (221.5591.19)
    dev.monogon.cuelang (0.8.4)
    String Manipulation (9.4.0)
    PythonCore (221.5591.19)
    mobi.hsz.idea.gitignore (4.4.0)
  • intellij-hcl plugin version (Settings->Plugins)

221.5591.19

  • Terraform version (terraform -v)

Terraform v1.1.9 on darwin_amd64

Terraform Configuration Files

resource "kubernetes_namespace_v1" "foo" {
  metadata {
    name = "foo"
  }
}

Expected Behavior

  • typeahead should suggest v1 resources
  • v1 resources should be recognized

Actual Behavior

  • no typeahead suggestion of v1 resources
  • v1 resources and their properties should be recognized

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions